Mad City Software's noification routines for REALbasic
Mad City Software has created this REALbasic plugin to give RB programmers some needed functions. These functions all relate to the Notification Manager from the Mac toolbox. Some may be standard Notification Manager functions, while others are combinations of Notification Manager routines. You are free to use this plugin in your applications and are not required to pay Mad City Software. It is required if you mentioned us as "Shane Morton (ƒirestarter)". Thank you for supporting Mad City Software Software.
MCNotificationPlug was written by Shane Morton for Mad City Software. If you have any questions about MCNotificationPlug, email Shane. His email address is listed at the end of this document.
/* MCNotificationPlug Prototypes */
MCNotification(iconID as integer, beep as boolean, message as string)
/* MCNotificationPlug Methods */
MCNotification(iconID as integer, beep as boolean, message as string)
Returns:
None.
Description:
Makes the application menu blinks into the current application that need attention or/and display an Notification dialog.
Tips:
If you leave the iconID 0, the default iconID is 128.
If you want to add the Application Name, you can by putting "^1" in the middle of the message.
If you do not want to the notification dialog, leave the message blank.
/**************/
/* MCNoificationPlug History */
Date Version Status
06/24/99 1.0.0 First public release
/* MCNoificationPlug Notes */
MCNoificationPlug was written by Shane Morton in Metrowerks C and C++.
Shane Morton <madcity@skybest.com>
Mad City Software <http://madcitysw.hypermart.net>